Overload | Description |
---|---|
BeEquivalentTo<TExpectation>(TExpectation,String,Object[]) | Asserts that two dictionaries are equivalent. |
BeEquivalentTo<TExpectation>(TExpectation,Func<EquivalencyOptions<TExpectation>,EquivalencyOptions<TExpectation>>,String,Object[]) | Asserts that two dictionaries are equivalent. |
BeEquivalentTo<TExpectation>(IEnumerable<TExpectation>,String,Object[]) | Asserts that a collection of objects is equivalent to another collection of objects. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,KeyValuePair<TKey,TValue>,TAssertions>) |
BeEquivalentTo<TExpectation>(IEnumerable<TExpectation>,Func<EquivalencyOptions<TExpectation>,EquivalencyOptions<TExpectation>>,String,Object[]) | Asserts that a collection of objects is equivalent to another collection of objects. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,KeyValuePair<TKey,TValue>,TAssertions>) |